First Coccinelle semantic patch.
authorDmitry Antipov <dmantipov@yandex.ru>
Sun, 24 Jun 2012 16:18:41 +0000 (20:18 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Sun, 24 Jun 2012 16:18:41 +0000 (20:18 +0400)
commit9991764f3bff4bfda980170a8f33b4dbed65b223
treeb23e842526a8e0f368bfa74532727415a99d2c4d
parent1ae9347f79e7d563a75e9db2aaff1e552650c140
First Coccinelle semantic patch.
* coccinelle: New subdirectory
* coccinelle/README: Documentation stub.
* coccinelle/vector_contents.cocci: Semantic patch to replace direct
access to `contents' member of Lisp_Vector objects with AREF and ASET
where appropriate.
admin/ChangeLog
admin/coccinelle/README [new file with mode: 0644]
admin/coccinelle/vector_contents.cocci [new file with mode: 0644]